home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / graphics / plant0.zip / PLANT.PI < prev    next >
Text File  |  1993-10-07  |  441b  |  30 lines

  1. // Generic Polyray input File
  2. // Shape Test file
  3.  
  4. include "..\colors.inc"
  5.  
  6. viewpoint {
  7.    from <0,14,-25>  
  8.    at <0,8,0>
  9.    angle 45
  10.    aspect 4/3
  11.    resolution 320, 240
  12.    }
  13.  
  14. light <40,100,-100>
  15.  
  16. include "plant.inc"
  17.  plant //{YourTexture}
  18.            // for -t option
  19.  
  20.  
  21. object {
  22.    disc <0, 0, 0>, <0, 1, 0>, 1000
  23.     texture{ surface{ 
  24.       color <1, 0.75, 0.3>
  25.       ambient 0.3
  26.       diffuse 0.7 }   } 
  27. }
  28.  
  29.  
  30.